{resourceProviderNamespace} (stable:2024-07-01)

2025/09/19 • 5 new, 5 deleted methods

SerialPorts_List (new)
Description Lists all of the configured serial ports for a parent resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_Get (new)
Description Gets the configured settings for a serial port
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts/{serialPort}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
serialPort: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_Create (new)
Description Creates or updates a serial port
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts/{serialPort}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
serialPort: string ,
parameters:
{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_ListBySubscriptions (new)
Description Handles requests to list all SerialPort resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/serialPorts
{
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_Connect (new)
Description Connect to serial port of the target resource
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts/{serialPort}/connect
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
serialPort: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
connectionString: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_List (removed)
Description Lists all of the configured serial ports for a parent resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_Get (removed)
Description Gets the configured settings for a serial port
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts/{serialPort}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
serialPort: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_Create (removed)
Description Creates or updates a serial port
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts/{serialPort}
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
serialPort: string ,
parameters:
{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_ListBySubscriptions (removed)
Description Handles requests to list all SerialPort resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/serialPorts
{
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
connectionState: enum ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
SerialPorts_Connect (removed)
Description Connect to serial port of the target resource
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts/{serialPort}/connect
{
resourceGroupName: string ,
resourceProviderNamespace: string ,
parentResourceType: string ,
parentResource: string ,
serialPort: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
connectionString: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}